home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 34.zip / BS1 part 34 / Caligari prof v1.11 d1.adf / devs / mountlist < prev    next >
Text File  |  1989-03-06  |  1KB  |  42 lines

  1. /* An example MOUNTLIST file enabling a 5.25" disk to be mounted as DF2:
  2.    If you only have 1 3.5" disk, change the name to DF1: and the Unit to 1 */
  3.  
  4. DF2:       Device = trackdisk.device
  5.            Unit   = 2
  6.            Flags  = 1
  7.            Surfaces  = 2
  8.            BlocksPerTrack = 11
  9.            Reserved = 2
  10.            PreAlloc = 11
  11.            Interleave = 0
  12.            LowCyl = 0  ;  HighCyl = 39
  13.            Buffers = 20
  14.            BufMemType = 3
  15. #
  16.  
  17. /* An example MOUNTLIST file enabling a 5" disk to be mounted
  18.    as DF1: and an interactive serial port mounted as AUX:
  19. */
  20.  
  21. DF1:       Device = trackdisk.device
  22.            Unit   = 1
  23.            Flags  = 1
  24.            Surfaces  = 2
  25.            BlocksPerTrack = 11
  26.            Reserved = 2
  27.            Interleave = 0
  28.            LowCyl = 0  ;  HighCyl = 39
  29.            Buffers = 5
  30.            BufMemType = 3 
  31. #
  32.  
  33. /*  This is provided as an example of an alternative type of 
  34.     non-filing device mount.  Please note that L:aux-handler
  35.     is not provided, and thus this mount does not work.
  36. */
  37.  
  38. AUX:       Handler = L:aux-handler
  39.            Stacksize = 700
  40.            Priority = 5
  41. #
  42.